type runtime.pallocBits

14 uses

	runtime (current package)
		mpallocbits.go#L129: type pallocBits pageBits
		mpallocbits.go#L132: func (b *pallocBits) summarize() pallocSum {
		mpallocbits.go#L232: func (b *pallocBits) find(npages uintptr, searchIdx uint) (uint, uint) {
		mpallocbits.go#L246: func (b *pallocBits) find1(searchIdx uint) uint {
		mpallocbits.go#L268: func (b *pallocBits) findSmallN(npages uintptr, searchIdx uint) (uint, uint) {
		mpallocbits.go#L307: func (b *pallocBits) findLargeN(npages uintptr, searchIdx uint) (uint, uint) {
		mpallocbits.go#L343: func (b *pallocBits) allocRange(i, n uint) {
		mpallocbits.go#L348: func (b *pallocBits) allocAll() {
		mpallocbits.go#L353: func (b *pallocBits) free1(i uint) {
		mpallocbits.go#L358: func (b *pallocBits) free(i, n uint) {
		mpallocbits.go#L363: func (b *pallocBits) freeAll() {
		mpallocbits.go#L370: func (b *pallocBits) pages64(i uint) uint64 {
		mpallocbits.go#L376: func (b *pallocBits) allocPages64(i uint, alloc uint64) {
		mpallocbits.go#L420: 	pallocBits